home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmAbout
- Caption = "About The Janus GridEX Advanced Sample"
- ClientHeight = 2985
- ClientLeft = 1890
- ClientTop = 2790
- ClientWidth = 5190
- Icon = "frmAbout.frx":0000
- LinkTopic = "Form1"
- ScaleHeight = 199
- ScaleMode = 3 'Pixel
- ScaleWidth = 346
- StartUpPosition = 2 'CenterScreen
- Begin VB.CommandButton cmdOK
- Caption = "OK"
- Default = -1 'True
- Height = 330
- Left = 2010
- TabIndex = 0
- Top = 2535
- Width = 1200
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub cmdOK_Click()
- Unload Me
- End Sub
-